Compare Side-By-Side
Compare anything, side-by-side, in a split view
Details
Installs
- Total 333K
- Win 181K
- Mac 109K
- Linux 44K
Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 8 | 32 | 0 | 0 | 71 | 51 | 15 | 16 | 39 | 60 | 38 | 38 | 51 | 11 | 31 | 39 | 54 | 48 | 48 | 44 | 13 | 22 | 38 | 58 | 57 | 44 | 45 | 14 | 10 | 44 | 46 | 41 | 36 | 33 | 23 | 31 | 55 | 47 | 45 | 69 | 40 | 17 | 13 | 35 | 52 | 48 |
Mac | 7 | 33 | 0 | 0 | 40 | 27 | 8 | 18 | 32 | 49 | 34 | 37 | 40 | 14 | 8 | 27 | 41 | 26 | 31 | 32 | 8 | 12 | 33 | 35 | 32 | 45 | 30 | 12 | 14 | 35 | 43 | 39 | 35 | 36 | 9 | 19 | 30 | 27 | 53 | 39 | 22 | 13 | 12 | 21 | 28 | 34 |
Linux | 0 | 13 | 0 | 0 | 10 | 9 | 2 | 4 | 11 | 9 | 7 | 8 | 14 | 3 | 2 | 9 | 6 | 7 | 13 | 9 | 6 | 4 | 12 | 15 | 14 | 8 | 7 | 3 | 7 | 5 | 6 | 14 | 8 | 8 | 5 | 5 | 10 | 4 | 10 | 10 | 10 | 0 | 4 | 11 | 9 | 6 |
Readme
- Source
- raw.githubusercontent.com
Compare Side-By-Side
This package adds a simple side-by-side comparison tool to Sublime Text. Here is us on Package Control and here on GitHub.
Features
- Easily select two tabs or selections to compare
- Comparison results open in a new window
- Empty lines added so common code lines up
- Count number of lines changed
- Highlighting of changed lines
- Intra-line diff highlighting
- Synchronized scrolling
Installation Options
- Search for and install using Package Control (ctrl+shift+P, “Install Package”)
- Clone or extract this repo to a new folder in your Sublime 'Packages' folder
(Preferences -> Browse Packages)
Usage Options
- Right click on a tab and select “Compare with…”
- Right click somewhere in the active view and select “Compare with…”
- Right click on a tab and select “Compare with active tab”
- Highlight text, right click -> “Mark selection for comparison” Mark a second selection, then right click -> “Compare selections”
- Create two selections by holding CTRL, then “Compare selections”
- From the command line: see README_COMMANDS.md
- Jump to next:
alt+n
, jump to previous:alt+p
Configuration
- The standard diff scopes/colors are used, these are
diff.inserted.sbs-compare
,diff.inserted.char.sbs-compare
,diff.deleted.sbs-compare
,diff.deleted.char.sbs-compare
. Note that I just added the suffix “.sbs-compare” to them. You can change the colors in your color scheme (ctrl+shift+P, “UI: Customize Color Scheme”). - Other options can be configured in SBSCompare.sublime-settings To access: Preferences -> Package Settings -> Compare Side-By-Side
License & Contributing
- MIT license
- Pull requests welcome!
- Fork of https://bitbucket.org/dougty/sublime-compare-side-by-side/